home *** CD-ROM | disk | FTP | other *** search
/ Champak 130 / Vol 130.iso / games / restaura.swf / scripts / frame_1094 / DoAction.as
Encoding:
Text File  |  2008-09-15  |  383 b   |  23 lines

  1. if(_root.last_odpowiedz == 0)
  2. {
  3.    tellTarget("kelner_zly_stoi")
  4.    {
  5.       nextFrame();
  6.    }
  7. }
  8. if(_root.last_odpowiedz == 1 || _root.last_odpowiedz == 2 || _root.last_odpowiedz == 3)
  9. {
  10.    tellTarget("kelner_stoi_normal")
  11.    {
  12.       nextFrame();
  13.    }
  14. }
  15. if(_root.last_odpowiedz == 4)
  16. {
  17.    tellTarget("kelner_usmiechniety")
  18.    {
  19.       nextFrame();
  20.    }
  21. }
  22. stop();
  23.